home *** CD-ROM | disk | FTP | other *** search
/ SuperModels in the Rainforest / SuperModels in the Rainforest.iso / rain.dxr / 00028.ls < prev    next >
Encoding:
Text File  |  1995-10-13  |  409 b   |  21 lines

  1. on mouseDown
  2.   global gbVideoUp
  3.   set gbVideoUp to 1
  4.   set the visible of sprite 17 to 1
  5.   puppetSprite(2, 1)
  6.   spriteBox(2, 239, 0, 640, 301)
  7.   buttonLogic()
  8.   if the result = 1 then
  9.     if the machineType = 256 then
  10.     else
  11.       nothing()
  12.     end if
  13.     if the machineType = 256 then
  14.       puppetSound("Forest3e.AIFFSE")
  15.     else
  16.       sound fadeIn 2, 2 * 60
  17.     end if
  18.     bGetGirlVideo2(2)
  19.   end if
  20. end
  21.